html,
body {
    height: 100%;
}

body {
    letter-spacing: 1px;
}

a {
    color: #202020;
    transition: color .25s, background-color .25s;
}

a:hover {
    text-decoration: none;
    color: var(--primary);
}

.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 100%;
    max-width: 1320px;
    min-width: 1320px;
}

.header {
    position: relative;
    z-index: 2;
    background: #202020;
    box-shadow: 0 0 15px 0px #202020;
}

.header .container {
    height: 93px;
}

.header nav a {
    display: inline-block;
    color: #c7c7c7;
    margin-right: -5px;
    margin-left: 45px;
}

.header nav a.active,
.header nav a:hover {
    color: var(--mix);
}

.header .call {
    color: var(--primary-light);
}

.header .call img {
    margin-right: 10px;
}

.footer .links li {
    width: 50%;
    margin-bottom: 1rem;
}
.footer a {
    color: var(--mix-75);
}
.footer a:hover {
    color: var(--primary);
}
.footer .divider {
    border-bottom: 1px solid var(--mix-45);
}

.pagination li.active {
    border: 1px solid var(--primary);
    border-radius: 7px;
}
.pagination li {
    margin-left: .25rem;
    margin-right: .25rem;
}
.downline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 2px;
    width: 12px;
    margin: auto;
    background-color: var(--mix-00);
}

/* 幻灯片 */
.home-slide {
    min-height: 20rem;
    height: calc(100% - 93px);
}

.home-slide>.container-fluid,
.home-slide .swiper-container {
    height: 100%;
}

.home-slide .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-slide .swiper-slide header {
    text-align: center;
    margin-left: 15%;
}

.home-slide .swiper-slide header h1 {
    max-width: 500px;
}

.home-slide .swiper-slide header p {
    max-width: 300px;
}

.home-slide .swiper-slide header .btn {
    font-size: 14px;
    border-radius: 3px;
    background: var(--mix-00);
	color: var(--mix);
}

.home-slide .swiper-slide header .btn:hover {
    background: var(--mix-10);
}
.home-slide .swiper-button-next,
.home-slide .swiper-button-prev {
    background: none;
    width: auto;
    height: auto;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
    background: var(--mix);
    padding: 27px 53px;
    cursor: pointer;
    z-index: 2;
}
.home-slide .swiper-button-prev {
    right: 127px;
}
.home-slide .swiper-button-prev::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0px;
    height: 25%;
    width: 1px;
    background: var(--mix-45);
}
.home-slide .swiper-button-next.swiper-button-disabled,
.home-slide .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.home-slide .swiper-button-next.swiper-button-disabled svg,
.home-slide .swiper-button-prev.swiper-button-disabled svg {
    opacity: 0.35;
}

.home-about .container {
    max-width: 484px;
    min-width: auto;
}

.home-top article {
    max-width: 390px;
}
.home-top article a:hover {
    color: var(--primary);
}

.home-hot .category {
    border-bottom: 1px solid var(--mix-45);
}
.home-hot .category li {
    margin: 0 30px;
    line-height: 0;
    transition: font-size .25s;
}
.home-hot .category li.active {
    font-size: 20px;
}
.home-hot .category li a {
    color: var(--mix-45);
}
.home-hot .category li a:hover,
.home-hot .category li.active a {
    color: var(--mix-00);
}

.home-hot .contents {
    position: relative;
}
.home-hot .content.active {
    position: relative;
    z-index: 2;
}
.home-hot .content:not(.active) {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.home-hot article {
    max-width: 410px;
}

.home-filter ul li {
    width: 25%;
    margin-bottom: 1.5rem;
}

.home-filter .divider {
    margin-top: -1.5rem;
    border-bottom: 1px solid var(--mix-80);
}
.home-filter .region {
    margin-bottom: -2.5rem;
}

.apartment-list .container {
    max-width: 1078px;
    min-width: 1078px;
}

.apartment-list .category {
    border-bottom: 1px solid var(--mix-75);
}

.apartment-list .category li {
    position: relative;
    padding: 0 1.6rem;
}
.apartment-list .category li::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 5px;
    height: 18px;
    width: 1px;
    border-right: 1px solid var(--mix-45);
}
.apartment-list .category li:last-child::after {
    display: none;
}
.apartment-list .category a {
    color: var(--mix-55);
}
.apartment-list .category a:hover,
.apartment-list .category li.active a {
    color: var(--mix-00);
}
.apartment-list .subcategory {
    margin-right: -3rem;
}
.apartment-list .subcategory li {
    margin-right: 3rem;
    margin-bottom: 1.5rem;
}
.apartment-list .subcategory a.active {
    color: var(--primary);
}

.apartment-list .subcategory-contents {
    position: relative;
}
.apartment-list .subcategory.active {
    position: relative;
    z-index: 2;
}
.apartment-list .subcategory:not(.active) {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.apartment-list .items li {
    margin-bottom: 6.5rem;
}
.apartment-list .items img {
    border-radius: 10px;
 }
.apartment-list .items .line {
    display: inline-block;
    background: var(--mix-45);
    height: 10px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
}

.apartment-detail .gallery img {
    cursor: pointer;
}

.apartment-detail .table {
    border-top: 2px solid var(--mix-55);
    border-bottom: 2px solid var(--mix-55);
}

.apartment-detail .table thead th {
    border-bottom: 3px solid var(--mix-00);
}

.apartment-detail .table td {
    border-top: none;
}

.news .list {
    max-width: 1200px;
    margin: 0 auto;
}

.news-detail .container {
    width: 680px;
    max-width: none;
    min-width: auto;
}
.news-detail header {
    border-top: 1px solid var(--mix-45);
    border-bottom: 1px solid var(--mix-45);
}
.news-detail .content p {
    margin-bottom: 1.5rem;
}
.news-detail .content a {
    color: var(--primary);
}
.news-detail .content a:hover {
    text-decoration: underline;
}
.news-detail .content img {
    margin: 1rem 0;
}

.about-banner {
    background: url(../img/about/01.png) no-repeat center;
    background-size: cover;
    height: 430px;
}

.about p {
    margin-bottom: 1.5rem;
}